home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / misc_src / knowhow4 / khpxeerr.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-01  |  418 b   |  12 lines

  1. #include "khpxeerr.h"
  2.  
  3. int pxErr;
  4. int khPxErr;
  5. char* KH_ERRORS[] = {
  6.              "",                              // No error
  7.              "No checked fields in querry",
  8.              "Table is not linked with others. Use EXAMPLE",
  9.              "Incompatible field types with the same EXAMPLE"
  10.              "Condition on BLOB field", // Use it in your error check
  11.              "Example on BLOB field"    // Use it in your error check
  12.              };